@charset "utf-8"; 
.consult_form_container .inner{border-top: 0;}

.evt_wrp .pc{display: block;}
.evt_wrp .mo{display: none;}

.evt_wrp{position: relative; width: 100%; overflow: hidden; cursor: default; letter-spacing: -0.5px;} 

.evt_wrp img{vertical-align: top;} 
.evt_wrp strong{font-weight: 700;}
.evt_wrp .ttl,
.evt_wrp .inner{position: relative; width: fit-content; margin: 0 auto;} 

.evt_wrp .ttl{padding-bottom: 50px;}
.evt_wrp .ttl:first-child{padding-bottom: 30px;}
.evt_wrp .pc .inner{padding-bottom: 50px;}

* [class^="bg_"] {position: relative; padding: 100px 0;} 

.evt_wrp .visual{background: #fff3ce url('https://img.megastudyacademy.co.kr/campus/mbc/event/2026/0422_ready_get_beauty/bg_visual.png') no-repeat center 0;}
.evt_wrp .visual .inner{padding-bottom: 0;}

.evt_wrp .bg_01{background: linear-gradient(#fff 20%, #e8ede0); padding-bottom: 50px;} 
.evt_wrp .bg_02{background: #fff; padding-bottom: 50px;}
.evt_wrp .bg_03{background: linear-gradient(#e8ede0 5%, #fff)} 
.evt_wrp .bg_04{background: #e94444;} 

.evt_wrp .bg_02 .inner:nth-child(2){padding-bottom: 10px;}

.evt_wrp .notice{width: 988px; margin: 50px auto 0; border: 1px solid #fff; font-size: 17px; padding: 30px 50px; line-height: 1.7; border-radius: 5px; color: #fff;} 
.evt_wrp .notice p{padding-left: 10px;} 
.evt_wrp .notice p::before{content: '\00B7'; margin: 0 5px 0 -10px;} 

.evt_wrp .btn{position: relative; width: 765px; margin: 30px auto 0;}
.evt_wrp .btn a{background: #000; height: 80px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 30px; font-weight: 900; border-radius: 5px;} 
.evt_wrp .btn a span{background: #fff; border-radius: 50%; color: #000; width: 30px; height: 30px; font-size: 21px; margin: 5px 0 0 10px; justify-content: center; display: flex; align-items: center; animation: slide-right .5s both infinite alternate;} 
@keyframes slide-right{0%{transform: translateX(0);} 100%{transform: translateX(5px);}} 

.evt_wrp .btm_txt{background: #383b3f; padding: 35px; color: #efefef; font-size: 20px; line-height: 1.5; text-align: center; font-weight: 300;} 
.evt_wrp .btm_txt strong{color: #fff;} 
.evt_wrp .btm_txt br{display: none;}

.evt_wrp .small{font-size: 12px; color: #111; position: absolute; bottom: calc(100% - 77%); left: 0; text-align: center; width: 100%;} 
.evt_wrp .small::before{content: '\002A'; margin: 0 5px 0 -10px;} 

.evt_wrp .dungdung{animation: updown 1s both infinite alternate;} 
.evt_wrp .blink{animation: blink 1.5s infinite;} 
.evt_wrp .delay{animation-delay: 0.5s;} 
.evt_wrp .up-on-scroll{transition: transform .7s, opacity 1.7s;} 

@keyframes blink{0%{opacity: 1} 50%{opacity:.2} 100%{opacity:1}} 
@keyframes updown{0%{transform: translateY(-5px);} 100%{transform: translateY(5px);}} 

@media screen and (max-width: 1023px){
    .evt_wrp .pc{display: none;}
    .evt_wrp .mo{display: block;}

    .evt_wrp .inner{padding: 0 3%;}

    .evt_wrp .ttl{width: 80%; padding-bottom: 5%;}

    * [class^="bg_"]{padding: 2% 0;}     
    .evt_wrp .bg_01{padding: 0;}
    .evt_wrp .bg_03{padding: 12% 0;}
    .evt_wrp .bg_03 .inner{width: 80%; margin-bottom: 20%;}
    .evt_wrp .bg_04{padding: 0 0 10%;}

    .evt_wrp .small{bottom: calc(100% - 75%); font-size: 15px; line-height: 1.2; padding: 0 6%;}

    .evt_wrp .btn{width: 90%;}
    .evt_wrp .btn a{padding: 15px 60px; height: unset; font-size: 20px;} 
    .evt_wrp .btn a span{width: 22px; height: 22px; font-size: 17px;} 
    .evt_wrp .btm_txt{padding: 5% 10%; font-size: 17px;} 
    .evt_wrp .notice{width: 90%; padding: 5%; font-size: 14px; margin: 0 auto;}
    .evt_wrp .notice strong{padding-bottom: 6px; display: block;}
    .evt_wrp .notice p{line-height: 1.2; padding: 0 0 10px 0;}
    .evt_wrp .btm_txt br{display: block;}   
    .consult_form_container{padding: 10% 0;}
}

@media screen and (width: 1024px){
    .evt_wrp .inner{padding: 0 3%;}
    .evt_wrp .visual{background-image: none;}
    .consult_form_container{padding: 10% 0;}
}

@media screen and (min-width: 690px) and (max-width: 1023px){
    .evt_wrp .inner{padding: 0;}
    .evt_wrp .small{bottom: calc(100% - 80%); font-size: 18px;}
        .evt_wrp .bg_03 .inner{margin-bottom: 12%;}
}